Skip to content

Implement AI Controller integration and filter LUKS/swap in udev discovery#172

Closed
ProjectZeroDays wants to merge 2 commits intomainfrom
codex/create-checklist-for-unfinished-artifacts
Closed

Implement AI Controller integration and filter LUKS/swap in udev discovery#172
ProjectZeroDays wants to merge 2 commits intomainfrom
codex/create-checklist-for-unfinished-artifacts

Conversation

@ProjectZeroDays
Copy link
Copy Markdown
Owner

Motivation

  • Finish previously listed unfinished artifacts by adding AI Controller event hooks and lifecycle registration to the Android exploit module and improve udev discovery to exclude LUKS-encrypted swap and other irrelevant partitions.

Description

  • Add AI Controller integration to src/exploits/zero-click_exploits/android_exploit.java including constants, buildControllerUrl, sendControllerEvent, registerDeviceWithController, unregisterDeviceWithController, submitControllerRequest, and postJson, and call registration/unregistration from the module lifecycle.
  • Wire error logging to send controller events by invoking sendControllerEvent from the module log path for error-level logs.
  • Replace the simple lsblk pipeline in src/get-udev-unrecognized-devices.sh with a structured lsblk -b -P -o NAME,TYPE,SIZE,FSTYPE,MOUNTPOINT,UUID,PARTTYPE | awk ... parser that: filters out partitions smaller than 1GiB, excludes known UUIDs, excludes swap and crypto_LUKS entries, and skips common Linux swap partition types (by PARTTYPE).
  • Update documentation/unfinished-artifacts-checklist.md to mark the above TODOs as completed.

Testing

  • No automated tests were run for these changes.
  • Basic static sanity checks performed by editing and committing the files; code paths added are asynchronous HTTP poster helpers exercised only at runtime and not covered by unit tests in this change.

Codex Task

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant